home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / Unix / sgopher0.3.readme < prev    next >
Encoding:
Text File  |  1993-05-10  |  2.1 KB  |  43 lines

  1.  
  2. Archive-name: sgopher
  3. Submitted-by: fuller@aedc-vax.af.mil
  4.  
  5. sgopher 0.3 simple gopher client for inetd/batch/online
  6.  
  7. Platforms: VMS, IRIX, Ultrix, AIX, Solaris 1.x/2.x
  8.  
  9. Complete code distribution, a lot of changes.  How do you do a diff
  10. and undiff anyway?
  11.  
  12. Thanks to the people who suggested changes (see THANKS).
  13. version 0.3 - added support fox Ultrix/Solaris, fixed index handling bug,
  14.     fixed exit on bad connect, added timeout capability,
  15.     added = option, K&R C support.
  16. version 0.2 - added index support, changes for AIX compile, logging and
  17.     heading changes for mail, and support for VAX/VMS using Wollongong.
  18.  
  19.     I am especially interested if anyone finds any security problems with
  20. sgopher or if it is ported to any other platforms.  Also, I would like
  21. information about the algorithm for uuencoding so that sgopher can mail binary
  22. files.  I would also be interested in changes for porting it to the PC.  It
  23. should be fairly straight forward.  Please email me (fuller@aedc-vax.af.mil)
  24. or post to alt.sources.d.
  25.     I wrote sgopher so that anybody with a telnet program could run
  26. a gopher client.  It can be run stand alone or it can be launched from inetd.
  27. It doesn't use termcap or curses or any of that other stuff so it should
  28. run okay from any terminal/3270/PC/workstation.  It does assume a 24x80 
  29. screen. It outputs the \r\n pair at the end of line and requires a <return>
  30. after each command to support more terminal types.
  31.     sgopher is not loaded with features like other gopher clients.  It was
  32. written with simplicity in mind, but it does display a nice menu
  33. that indicates the item type.  It also figures out where the connection
  34. to it is coming from and displays and logs it.  In addition it marks
  35. visited items with an asterisk.  If you pop up from a menu and then
  36. go back down to it these marks will be reset.  Received text can also be
  37. sent via email.  All of the source code fits into two files.  You don't
  38. have to link with any other gopher libraries.  sgopher supports three types
  39. text, directory, and index.
  40.     see INSTALL file for installation/build instructions.
  41.  
  42. Sean Fuller                                        fuller@aedc-vax.af.mil
  43.